home *** CD-ROM | disk | FTP | other *** search
/ Kellogg's Amérique / Kellogg's Amérique / amazonie_en_danger.swf / scripts / fl / controls / ButtonLabelPlacement.as < prev    next >
Text File  |  2020-08-04  |  409b  |  21 lines

  1. package fl.controls
  2. {
  3.    public class ButtonLabelPlacement
  4.    {
  5.       
  6.       public static const TOP:String = "top";
  7.       
  8.       public static const LEFT:String = "left";
  9.       
  10.       public static const BOTTOM:String = "bottom";
  11.       
  12.       public static const RIGHT:String = "right";
  13.        
  14.       
  15.       public function ButtonLabelPlacement()
  16.       {
  17.          super();
  18.       }
  19.    }
  20. }
  21.